const github.com/go-pg/migrations/v8.cockroachdbErrorMatch

2 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L670: 	cockroachdbErrorMatch = `at or near "lock"`
		collection.go#L697: 		if !strings.Contains(err.Error(), cockroachdbErrorMatch) && !strings.Contains(err.Error(), yugabytedbErrorMatch) {